home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / TREDY20.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  122 lines

  1. name Tree Mill/Dynapath
  2.  
  3. O 00 (
  4. A 00 G
  5. B 4 E
  6. ) 00
  7. N 4
  8. G >2
  9. X ->3.>4
  10. Y ->3.>4
  11. Z ->3.>4
  12. I ->3.>4
  13. J ->3.>4
  14. K ->3.>4
  15. R ->3.>4
  16. F >3.>1
  17. S >4
  18. T 2
  19. M 2
  20. Q ->3.>4
  21. V 2 E
  22. E 00
  23.  
  24. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  25.  
  26. Sequence#s N 1 1 1                    # Char, freq, incr & start          
  27. Spaces? Y                             # Y or N  'Spaces between words     
  28. First#? N                             # Y or N  'Output 1st sequence no.  
  29.  
  30. HCode X                               # X or X U  'Horizontal char.       
  31. VCode Y                               # Y or Y V  'Vertical char.         
  32. Dcode Z                               # Depth char.                       
  33. FeedCode F                            # Feed rate char.                   
  34.  
  35. Comment ( )                           # Begin End comment char.           
  36.  
  37. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  38. Coolant 8 9 7                         # On, Off & Mist m codes            
  39. DComp 41 42 40                        # Left, Right & Cancel m codes      
  40. LComp 43 49                           # On & Off codes                    
  41.  
  42. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  43. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  44.  
  45. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  46.  
  47. Work G                                # Work offset register              
  48.  
  49. CtrCode I J                           # I J or R or I J K L               
  50. Helical? N
  51.  
  52. Feed G1                             # Linear move                       
  53. Rapid G0                            # Rapid positioning word            
  54. Cw G2                               # Circular move clockwise           
  55. Ccw G3                              # Circular move counter clockwise   
  56.  
  57. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  58.  
  59.  
  60. LTap                                  # Left handed tapping cycle         
  61. G74 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  62. end cancel
  63.  
  64. Drill                                 # Drilling canned/manual cycle      
  65. G81 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  66. end cancel
  67.  
  68. Peck                                  # Pecking canned/manual cycle       
  69. G83 X[H] Y[V] Z[D] Q[VBite] R[Vclear] F[FRate]
  70. end cancel
  71.  
  72. Tap                                   # Tapping canned/manual cycle       
  73. G84 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  74. end cancel
  75.  
  76. Ream                                  # Reaming canned/manual cycle       
  77. G85 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  78. end cancel
  79.  
  80. Bore                                  # Boring canned/manual cycle        
  81. G86 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  82. end cancel
  83.  
  84. Back                                  # Back boring canned/manual cycle   
  85. G87 X[H] Y[V] Z[D] R[Vclear] F[FRate]
  86. end cancel
  87.  
  88. Cancel                                # Cancel a canned/manual cycle      
  89. G80
  90. end
  91.  
  92. StartCode                             # Start of the program              
  93. O00 A00 B[Program#] )00
  94. End
  95.  
  96. 1stToolChange                         # First tool change                 
  97. T[Tool] V[Lcomp]
  98. M[Direct] S[Speed]
  99. G0 X[H] Y[V]
  100. End
  101.  
  102. Infeed                                # Enable cutter comp                
  103. G[Side] X[H] Y[V] F[FRate]
  104. end
  105.  
  106. Outfeed                               # Disable cutter comp               
  107. G40 X[H] Y[V]
  108. end
  109.  
  110. ToolChange                            # Secondary tool changes            
  111. T[Tool] M00
  112. M03
  113. M[Direct] S[Speed]
  114. G0 X[H] Y[V]
  115. End
  116.  
  117. EndCode                               # End of the program                
  118. M30
  119. E0
  120. End
  121.  
  122.